projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef862e2
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Fri, 15 Feb 2013 12:17:45 +0000
(07:17 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 15 Feb 2013 12:17:45 +0000
(07:17 -0500)
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/configure
b/autogen/configure
index 14437b168b1c9930e85e66bb7d184d22aac26152..471ac175b0eb24dd505c33832f9bb6f210e90cf5 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-15521,6
+15521,12
@@
case $opsys in
;;
+ aix*)
+ $as_echo "#define DATA_START 0x20000000" >>confdefs.h
+
+ $as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
+
+ ;;
hpux*)
$as_echo "#define DATA_START 0x40000000" >>confdefs.h
@@
-15615,7
+15621,7
@@
esac
case $opsys in
-
aix4-2 |
hpux* | unixware)
+ hpux* | unixware)
$as_echo "#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE" >>confdefs.h
;;